home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC.exe / 0 / RCDATA / TDCCCHATFORM / TDCCCHATFORM.txt < prev   
Text File  |  2004-01-05  |  2KB  |  91 lines

  1. object DCCChatForm: TDCCChatForm
  2.   Left = 516
  3.   Top = 251
  4.   Width = 541
  5.   Height = 339
  6.   Caption = 'DCCChatForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poDefaultPosOnly
  18.   Scaled = False
  19.   Visible = True
  20.   OnActivate = FormActivate
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   OnDeactivate = FormDeactivate
  25.   OnKeyDown = FormKeyDown
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object TopDock: TDock97
  29.     Left = 0
  30.     Top = 0
  31.     Width = 533
  32.     Height = 9
  33.   end
  34.   object LeftDock: TDock97
  35.     Left = 0
  36.     Top = 9
  37.     Width = 9
  38.     Height = 267
  39.     Position = dpLeft
  40.   end
  41.   object RightDock: TDock97
  42.     Left = 524
  43.     Top = 9
  44.     Width = 9
  45.     Height = 267
  46.     Position = dpRight
  47.   end
  48.   object BottomDock: TDock97
  49.     Left = 0
  50.     Top = 300
  51.     Width = 533
  52.     Height = 9
  53.     Position = dpBottom
  54.   end
  55.   object InputPanel: TPanel
  56.     Left = 0
  57.     Top = 276
  58.     Width = 533
  59.     Height = 24
  60.     Align = alBottom
  61.     BevelOuter = bvNone
  62.     TabOrder = 0
  63.     object Input: TInputMemo
  64.       Left = 0
  65.       Top = 0
  66.       Width = 533
  67.       Height = 24
  68.       Align = alClient
  69.       TabOrder = 0
  70.       WantTabs = True
  71.       WordWrap = False
  72.       OnKeyDown = InputKeyDown
  73.       OnKeyPress = InputKeyPress
  74.     end
  75.   end
  76.   object OutputPanel: TPanel
  77.     Left = 9
  78.     Top = 9
  79.     Width = 515
  80.     Height = 267
  81.     Align = alClient
  82.     BevelOuter = bvNone
  83.     TabOrder = 1
  84.   end
  85.   object ChatPopup: TPopupMenu
  86.     OnPopup = ChatPopupPopup
  87.     Left = 24
  88.     Top = 24
  89.   end
  90. end
  91.